home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
45975
/
45975.xpi
/
content
/
clicknlearn.xul
< prev
next >
Wrap
Extensible Markup Language
|
2009-11-22
|
2KB
|
39 lines
<?xml version="1.0"?>
<!--
~ Copyright (c) 2009 Bui Viet Thanh (thanhbv@gmail.com).
~
~ This file is part of clicknlearn.
~
~ clicknlearn is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ clicknlearn is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with clicknlearn. If not, see <http://www.gnu.org/licenses/>.
-->
<overlay id="clicknlearn"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script type="application/x-javascript" src="chrome://clicknlearn/content/utils.js"/>
<script type="application/x-javascript" src="chrome://clicknlearn/content/clicknlearn.js"/>
<script type="application/x-javascript" src="chrome://clicknlearn/content/diclookup.js"/>
<script type="application/x-javascript" src="chrome://clicknlearn/content/remindwords.js"/>
<script type="application/x-javascript" src="chrome://clicknlearn/content/dicservices.js"/>
<script type="application/x-javascript"><![CDATA[
var CNL = new Clicknlearn();
]]></script>
<!--<statusbar id="status-bar">-->
<!--<statusbarpanel id="clicknlearn-panel" label="..."/>-->
<!--</statusbar>-->
<stringbundleset id="stringbundleset">
<stringbundle id="string-bundle" src="chrome://clicknlearn/locale/string-bundle.properties"/>
</stringbundleset>
</overlay>